home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / rpg / crossfir.001 / crossfir~ / eutl / include / Makefile < prev   
Makefile  |  1994-10-15  |  226b  |  15 lines

  1. LINKHEADERS=\
  2.     chain-hash.h debuglib.h dynarray.h errlib.h tcplib.h\
  3.     timelib.h xfile.h xmalloc.h arglist.h
  4.  
  5. all: clean
  6.     for i in $(LINKHEADERS); do \
  7.         ln -s ../*/$$i $$i; \
  8.     done
  9.  
  10. arlib: all
  11.  
  12. clean:
  13.     -rm $(LINKHEADERS) *\~
  14.  
  15.